From: Sean Whitton Date: Tue, 25 Feb 2025 01:19:38 +0000 (+0800) Subject: Boost BASE_PURESIZE in attempt to fix build on 32-bit archs X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~3^2~5 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=d212549b7a118c0f08d806bf288810faba25f3a3;p=emacs.git Boost BASE_PURESIZE in attempt to fix build on 32-bit archs --- diff --git a/src/puresize.h b/src/puresize.h index f2576666a66..be727ba68cd 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (3400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (4500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */